CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IDEA c

搜索资源列表

  1. jinchen1

    0下载:
  2. 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12579
    • 提供者:zz
  1. process_attemper

    1下载:
  2. 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:365976
    • 提供者:huiting_liu
  1. MC145159PLL

    0下载:
  2. 基于MC145159的PLL频率合成器设计与实现 介绍了锁相环路频率合成器的基本原理,分析了集成锁相环芯片M C 145159的工作特性,给出了集成锁相环芯片M C 145159的一个应用实例,为高频频率合成器的设计提供了一个较好的思路.测试结果证明了设计的合理性与实用性,系统频率稳定度优于10-7.-MC145159 PLL frequency synthesizer design and realization of PLL frequency synthesizer the basic
  3. 所属分类:软件工程

    • 发布日期:2014-01-15
    • 文件大小:192323
    • 提供者:liming
  1. svm-python

    0下载:
  2. This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package mer
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:294584
    • 提供者:王强
  1. BuildingRobustSimulation-basedFiltersforEvolvingDa

    0下载:
  2. The need for accurate monitoring and analysis of sequential data arises in many scientic, industrial and nancial problems. Although the Kalman lter is effective in the linear-Gaussian case, new methods of dealing with sequential data are requi
  3. 所属分类:文件操作

    • 发布日期:2014-01-16
    • 文件大小:419574
    • 提供者:阳关
  1. MatlabSharedLib_demo

    0下载:
  2. Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolb
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:65783
    • 提供者:vipjvs
  1. Snowflakes_on_Desktop

    0下载:
  2. 首先,我想说这并不是我的idea,准确的说是用一个不同的方法,并用c#实现一个c++实例。如果你想看看原来的文章,请点击原文(感谢Igor Tolmachev的奇妙想法)。本文,改变了原文的工作原理(从多个对话框到单个),并添加了一些新的特征(旋转,缩放)...
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13318
    • 提供者:ghhong1986
  1. IDEA1

    1下载:
  2. 自己编写的C语言实现的IDEA算法的程序,可以运行
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2608
    • 提供者:yy
  1. code

    0下载:
  2. IDEA算法实现,C++实现,复制到C中调试可用
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8740
    • 提供者:刘明
  1. 4_idea

    0下载:
  2. IDEA算法,用C++实现的。对然不是界面的。但是对于理解这个算法很有用
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17419
    • 提供者:徐雄博
  1. count1

    0下载:
  2. C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9246
    • 提供者:夏辉达
  1. cdcode

    0下载:
  2. C#编写的用光盘做启动盘 AT-RegCDRom:用来创建启动盘 AT-CDRom:验证启动盘[也可说是应用] 一 :编程思想 1、创建启动盘 插入要创建的启动盘,程序自动检测光驱中光盘,利用WMI(Windows管理架构:Windows Management Instrumentation)读取该光盘的序列号(具有唯一性),把该序列号写入注册表。 2、验证 程序执行时,自动检测光驱中的光盘,利用WMI获取序列号,然后读取注册表中先前写入的序列号,二者比较,相同则程序启动成功,否则提示插入启动盘
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:385218
    • 提供者:管琰平
  1. 图象直方图

    0下载:
  2. C++Builder得到图象红,蓝,绿三基色直方图,并将其显示出来,程序构思很巧妙。-C Image Builder to be red, blue, green, and three-color histogram, and to show up procedure is a clever idea.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:357775
    • 提供者:邱卫东
  1. 复件 ReadXML

    0下载:
  2. 如果他是一篇使用XPath的XML文档,PMD允许你访问这棵树。 所以一旦你理解了XPath 和关于解析器如何从你的源代码中生成节点树的 ... 哈哈,自己组织了一次星际比赛,难以 忘怀又一次萌发学VC++的想法,初学了下,想跳楼决定先学C++,买了本C++的书,学到class, -if he is an XPath use of XML documents, PMD allows you to visit this tree. So once you understand the XPath
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:4449
    • 提供者:sap
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. sdk winapi 串口实例

    0下载:
  2. This is the fourth in a series of articles concerning Windows SDK development that I have written over the years. The first three are: 1.Win32 SDK Data Grid View Made Easy [^] 2.Win32 SDK C Tab Control Made Easy [^] 3.Win32 SDK C Autocomplete Combobo
  3. 所属分类:源码下载

  1. ra8806.rar

    1下载:
  2. ra8806触摸屏控制芯片完全c51底层驱动,以及三界面切换、子菜单弹出、GUI、数据图像动态绘制的源码,参考价值极高。,c code for touching lcd-controller ra8806,including whole boot codes and main application codes,which contains GUI and other useful idea.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-04-02
    • 文件大小:94356
    • 提供者:ray
  1. csharp-logger-0.1.1.zip

    0下载:
  2. C#的日志工具,思路log4j跟一致.请参阅本站关于log4j的其他资源,C# log tools, consistent with the idea of log4j. Please refer to this site on other resources log4j
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:124110
    • 提供者:孙文
  1. Win32_SDK_C_TabControl_source.

    0下载:
  2. TabControl demo. Awhile back, I wanted to use the tab control in a Win32 SDK C project. The low-level implementation proved to be somewhat cumbersome. A search of the Web turned up a lot of examples based on MFC, but very little along the lines of pl
  3. 所属分类:Windows编程

    • 发布日期:2017-04-01
    • 文件大小:6494
    • 提供者:VladimirT
  1. ideapgp.rar

    0下载:
  2. idea 算法 c、c++实现 真的不错啊,idea algorithms c, c++ to achieve really good ah
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:118958
    • 提供者:afeng
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com